home *** CD-ROM | disk | FTP | other *** search
- #ifndef __EventHandler__
- #define __EventHandler__
-
- #ifndef __WINDOWEXTENSIONS__
- #include "WindowExtensions.h"
- #endif
-
- void EventLoop(void);
- void HandleEvent(EventRecord *event);
- void FatalErrorAlert(short errID);
-
- pascal void ActivateEventHandler(WindowRef theWindow, Boolean activateWindow);
- pascal void RecordingFloaterActivateHandler(WindowRef theWindow, Boolean activateWindow);
- pascal void ToolsFloaterActivateHandler(WindowRef theWindow, Boolean activateWindow);
- #endif